home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / tfincalc / unit1.dfm / unit1.txt
Text File  |  1996-09-15  |  1KB  |  63 lines

  1. object Form1: TForm1
  2.   Left = 198
  3.   Top = 105
  4.   Width = 334
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 72
  15.     Top = 16
  16.     Width = 188
  17.     Height = 16
  18.     Caption = 'Drag && Drop on this EditField'
  19.   end
  20.   object Button1: TButton
  21.     Left = 56
  22.     Top = 120
  23.     Width = 201
  24.     Height = 33
  25.     Caption = 'Financial - Calculator'
  26.     TabOrder = 0
  27.     OnClick = Button1Click
  28.   end
  29.   object Edit1: TEdit
  30.     Left = 96
  31.     Top = 64
  32.     Width = 121
  33.     Height = 24
  34.     TabOrder = 1
  35.     OnDblClick = Button1Click
  36.     OnDragDrop = Edit1DragDrop
  37.     OnDragOver = Edit1DragOver
  38.     OnEndDrag = Edit1EndDrag
  39.   end
  40.   object Button2: TButton
  41.     Left = 56
  42.     Top = 160
  43.     Width = 201
  44.     Height = 33
  45.     Caption = 'Close  Financial - Calculator'
  46.     TabOrder = 2
  47.     OnClick = Button2Click
  48.   end
  49.   object BitBtn1: TBitBtn
  50.     Left = 56
  51.     Top = 216
  52.     Width = 201
  53.     Height = 33
  54.     Caption = '&Close'
  55.     TabOrder = 3
  56.     Kind = bkClose
  57.   end
  58.   object FinCalcDlg1: TFinCalcDlg
  59.     Left = 272
  60.     Top = 56
  61.   end
  62. end
  63.